DeleteRow(UInt32[]) Method
Deletes the specified rows (by index) in the table.

C# Syntax

void DeleteRow( 
   params uint[] rowIndices
)

Parameters

rowIndices
indices of the rows to delete (1-based).